home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 8
/
Revista CD Expert nº 08 CD1.iso
/
Utilitarios
/
Programacao
/
Pacific C for DOS
/
EXAMPLES
/
FULLPATH.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-08
|
199 b
|
13 lines
#include <stdio.h>
#if !LARGE_MODEL
#error This program must be compiled with the LARGE memory model
#endif
extern char * _fullpath;
main()
{
printf("Full path = %s\n", _fullpath);
}